home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ffcompat.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  813 b   |  29 lines

  1. .TH FFCOMPAT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. FFCOMPAT
  5.  
  6.  
  7.  
  8.  FFCOMPAT( CurveType Crv1, CurveType Crv2 )
  9.  
  10.  or
  11.  
  12.  FFCOMPAT( SurfaceType Srf1, SurfaceType Srf2 )
  13.  
  14. Makes the given two curves or surfaces compatible by making them share the
  15. same point type, same curve type, same degree, and the same continuity.
  16. Same point type is gained by promoting a lower dimension into a higher one,
  17. and non-rational to rational points. Bezier curves are promoted to Bspline
  18. curves if necessary, for curve type compatibility. Degree compatibility is
  19. achieved by raising the degree of the lower order curve. Continuity is
  20. achieve by refining both curves to the space with the same (unioned) knot
  21. vector. This function returns nothing and compatibility is made
  22. in place.
  23.  
  24. Example:
  25.  
  26.  FFCOMPAT( Srf1, Srf2 );
  27.  
  28. See also CMORPH and SMORPH.
  29.